home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / mpp.exe / README < prev   
Text File  |  1992-10-07  |  2KB  |  60 lines

  1.  
  2.                           Mouse++ Version 4.0
  3.  
  4.                   Copyright (c)1992 by Carl Moreland
  5.                                10/05/92
  6.  
  7. -----------------------------------------------------------------------
  8.  
  9.     Mouse++ is a mouse interface class for Borland C++ or TurboC++. The
  10. distributed files are:
  11.  
  12.     mouse.h        header file for Mouse++
  13.     mouse.cpp    source code for Mouse++
  14.     cgc.cpp        source for ColorGraphicsCursors
  15.     cgc_bgi.cpp    BGI version of ColorGraphicsCursors
  16.     cursor.h    text & graphic cursor definitions
  17.     mouse.lib    library of all mouse functions (large model)
  18.     demo.cpp    text/graphics demo
  19.     mouse.doc    documentation file
  20.     mouse.his    revision history
  21.     readme        this file
  22.  
  23. A demonstration of most of the functions for both text mode and gra-
  24. phics (EGA/VGA) mode is contained in demo.cpp. To run the demo, simply 
  25. compile and link it with mouse.lib (you will also need EGAVGA.BGI for 
  26. the graphics demo).
  27.  
  28. -----------------------------------------------------------------------
  29. This software may be distributed and used according to the following
  30. rules:
  31.  
  32. - You may modify this software in any way you see fit and use it for
  33.   any purpose you wish, including use in software that is sold for pro-
  34.   fit. You may NOT include any source code of this software with any
  35.   program that is sold for any fee.
  36.  
  37. - All distributed copies of this software MUST be original and unmodi-
  38.   fied and include all files listed above.
  39.  
  40. - You may NOT charge any fee for this software, including any distribu-
  41.   tion fee, without written permission from the author, except for the
  42.   case of electronic bulletin boards which normally charge for connect
  43.   time.
  44.  
  45. - The author retains all rights to the source code and to the name
  46.   "Mouse++".
  47.  
  48. If you find Mouse++ useful, a $15 contribution would be greatly appre-
  49. ciated. Comments, suggestions, and bug reports are also welcomed. Send 
  50. them to:
  51.  
  52.     Carl Moreland
  53.     4314 Filmore Rd
  54.     Greensboro, NC 27409
  55.  
  56.     Internet: carl.moreland@analog.com
  57.     CompuServe: (72137,2657)
  58.  
  59. -----------------------------------------------------------------------
  60.